Trees | Indices | Toggle frames |
---|
Manages the set of framebuffers for a context.
Use get_buffer_manager to obtain the instance of this class for the current context.
__init__(self) | |
4-tuple of float. |
get_viewport(self)
Get the current OpenGL viewport dimensions.
|
ColorBufferImage |
get_color_buffer(self)
Get the color buffer.
|
ColorBufferImage |
get_aux_buffer(self)
Get a free auxiliary buffer.
|
DepthBufferImage |
get_depth_buffer(self)
Get the depth buffer.
|
BufferImageMask |
get_buffer_mask(self)
Get a free bitmask buffer.
|
Get a free auxiliary buffer.
If not aux buffers are available, ImageException is raised. Buffers are released when they are garbage collected.
Get a free bitmask buffer.
A bitmask buffer is a buffer referencing a single bit in the stencil buffer. If no bits are free, ImageException is raised. Bits are released when the bitmask buffer is garbage collected.
Trees | Indices | Toggle frames |
---|
Generated by Epydoc 3.0beta1 on Thu Dec 31 17:58:19 2009 | http://epydoc.sourceforge.net |